func github.com/andybalholm/brotli.updateZopfliNode
3 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L226: func updateZopfliNode(nodes []zopfliNode, pos uint, start_pos uint, len uint, len_code uint, dist uint, short_code uint, cost float32) {
backward_references_hq.go#L448: updateZopfliNode(nodes, pos, start, l, l, backward, j+1, cost)
backward_references_hq.go#L503: updateZopfliNode(nodes, pos, start, uint(len), len_code, dist, 0, cost)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |